home *** CD-ROM | disk | FTP | other *** search
/ Equipe de France et Bonbons / EquipeFrancePromoCD.iso / pages / cs_cadbury / monosoccer.swf / scripts / DefineButton2_962 / BUTTONCONDACTION on(release).as next >
Encoding:
Text File  |  2006-03-19  |  232 b   |  13 lines

  1. on(release){
  2.    _parent._parent.mcSfx.playSon("btPress");
  3.    _parent.trigerEndReplay();
  4.    if(_parent._bRemembered == true)
  5.    {
  6.       this.gotoAndStop("step3");
  7.    }
  8.    else
  9.    {
  10.       this.gotoAndStop("step2");
  11.    }
  12. }
  13.